home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / QDHLP201.ZIP;1 / QDHLPSRC.ZIP / TOPIC.QDH < prev   
Encoding:
Text File  |  1992-05-29  |  1.0 KB  |  38 lines

  1. //
  2. // /topic command
  3. //
  4.  
  5. /topic TOPIC_COMMAND
  6.  
  7.     /title The /topic command
  8.     /keywords /topic;commands
  9.     /browse commands,AUTO
  10.  
  11.     /para \fs40\b\i
  12.       The /topic command
  13.     /endpara
  14.  
  15.     /para \sa100
  16.       The /topic command has the following syntax
  17.     /endpara
  18.  
  19.     /para 
  20.       /text \b\f3,/topic TOPIC_NAME [,BUILDTAG;BUILDTAG...] \line
  21.       topic commands... \line
  22.       /text \b\f3,/endtopic
  23.     /endpara
  24.  
  25.     /para \sb100
  26.       The topic command is used in pairs with the /endtopic command to mark the
  27.       begin and end of a help topic. Most other commands are placed inside
  28.       the /topic .. /endtopic pair.
  29.       The TOPIC_NAME is the internal name of the topic. The BUILDTAGs are
  30.       optional.  Buildtags allow you to select which portions of a help file
  31.       to build by specifying only topics with certain buildtags are to
  32.       be built.  You specifiy the buildtags wanted in the [OPTIONS] portion 
  33.       of the .hpj file by setting the BUILD option. 
  34.     /endpara
  35.  
  36. /endtopic
  37.  
  38.